Skip to main content

FlowPDFExport Methods

An object defining methods for the FlowPDFExport class.

Export()

Exports the workflow data to a PDF file using the specified export options.

Returns:

Type: Task<string>
The path of the exported PDF file.

This is a async method. Method should be waited. Be careful if call this method without waiting.

See Also


Initialize()

Initializes the export step with default or custom configurations.

Returns:

Type: void
Method does not return anything

This is a sync method. Method runs synchronously.


ToLiquid()

Converts the current step's key properties into a format compatible with the Liquid templating engine.

Returns:

Type: object
A dictionary containing the step's key properties.

This is a sync method. Method runs synchronously.